Move Event
AutomatR.GoogleCalendar.Activities.MoveEvent
The "Move Event" activity in AutomatR is part of the Google Calendar activities package, providing the capability to move an event from one calendar to another within Google Calendar. This activity streamlines event management tasks, facilitating efficient automation workflows.
Properties
Name | Description |
---|---|
Input | |
Calendar Name | Specifies the name of the calendar from which you want to move the event. String variables containing the calendar name. |
Destination Calendar Name | Specifies the name of the calendar in which you want to move the event. String variables containing the destination calendar name. |
Event Name | Specifies the name of the event that you want to move. String variables containing the event name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Move Event" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
How to use:
- Drag and drop the "Move Event" activity onto the workflow.
- Configure the properties by specifying the calendar name, destination calendar name, and event name within Google Calendar.
- Optionally, configure the delay and customize the display name.
- Execute the workflow to move the specified event from one calendar to another.
Example: Consider an example where the "Move Event" activity is used to move an event named "Meeting" from the "Work Calendar" to the "Personal Calendar" with a 2-second delay:
Move Event:
Display Name: "Move Meeting"
Calendar Name: "Work Calendar"
Destination Calendar Name: "Personal Calendar"
Event Name: "Meeting"
Delay: 2
In this example, the activity moves the "Meeting" event from the "Work Calendar" to the "Personal Calendar" with a 2-second delay. The event is identified by its name, "Meeting," in the specified source calendar ("Work Calendar").